2006-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkuimanager.c (update_node): If a required action
is missing, don't recurse over the children. (#349119,
Chris Moller)
-2006-12-17 Matthias Clasen <mclasen@redhat.com>
+2006-12-27 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkuimanager.c (update_node): If a required action
+ is missing, don't recurse over the children. (#349119,
+ Chris Moller)
+
+2006-12-27 Matthias Clasen <mclasen@redhat.com>
Fix a few problems with nested menus in comboboxes
(#386694, Yevgen Muntyan)
info->type != NODE_TYPE_MENU_PLACEHOLDER &&
info->type != NODE_TYPE_TOOLBAR_PLACEHOLDER)
{
- g_warning ("%s: missing action", info->name);
+ g_warning ("%s: missing action %s", info->name, action_name);
- goto recurse_children;
+ return;
}
if (action)